home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Faktury Express 5.94 PL - pelna wersja specjalna / setup.exe / {app} / Faktury5,1.exe / 0 / RCDATA / TDLG_PRZYWROC / TDLG_PRZYWROC.txt
Text File  |  2007-10-19  |  6KB  |  265 lines

  1. object Dlg_Przywroc: TDlg_Przywroc
  2.   Left = 210
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Przywr∩┐╜∩┐╜ kontrahent∩┐╜w'
  6.   ClientHeight = 510
  7.   ClientWidth = 622
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnMouseMove = FormMouseMove
  19.   OnPaint = FormPaint
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btnZamknij: TPanel
  24.     Left = 485
  25.     Top = 477
  26.     Width = 121
  27.     Height = 25
  28.     Anchors = [akRight, akBottom]
  29.     BevelOuter = bvNone
  30.     Caption = 'zamknij'
  31.     Color = 8257541
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWhite
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnClick = btnZamknijClick
  40.   end
  41.   object btnPrzywroc: TPanel
  42.     Left = 349
  43.     Top = 477
  44.     Width = 121
  45.     Height = 25
  46.     Hint = 'Importuje dane z programu Przelewy'
  47.     Anchors = [akBottom]
  48.     BevelOuter = bvNone
  49.     Caption = 'przywr∩┐╜∩┐╜'
  50.     Color = clNavy
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindow
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     TabOrder = 1
  58.     OnClick = btnPrzywrocClick
  59.   end
  60.   object DBCtrlGrid1: TDBCtrlGrid
  61.     Left = 8
  62.     Top = 16
  63.     Width = 601
  64.     Height = 450
  65.     AllowDelete = False
  66.     AllowInsert = False
  67.     ColCount = 1
  68.     DataSource = DS_Kontrahenci
  69.     PanelBorder = gbNone
  70.     PanelHeight = 90
  71.     PanelWidth = 585
  72.     TabOrder = 2
  73.     RowCount = 5
  74.     object Label2: TLabel
  75.       Left = 12
  76.       Top = 3
  77.       Width = 58
  78.       Height = 13
  79.       Caption = 'Identyfikator'
  80.     end
  81.     object Label3: TLabel
  82.       Left = 132
  83.       Top = 3
  84.       Width = 71
  85.       Height = 13
  86.       Caption = 'Imi∩┐╜ i nazwisko'
  87.     end
  88.     object Label4: TLabel
  89.       Left = 292
  90.       Top = 3
  91.       Width = 25
  92.       Height = 13
  93.       Caption = 'Firma'
  94.     end
  95.     object Label6: TLabel
  96.       Left = 12
  97.       Top = 43
  98.       Width = 24
  99.       Height = 13
  100.       Caption = 'Ulica'
  101.     end
  102.     object Label8: TLabel
  103.       Left = 188
  104.       Top = 43
  105.       Width = 19
  106.       Height = 13
  107.       Caption = 'Kod'
  108.     end
  109.     object Label7: TLabel
  110.       Left = 268
  111.       Top = 43
  112.       Width = 61
  113.       Height = 13
  114.       Caption = 'Miejscowo∩┐╜∩┐╜'
  115.     end
  116.     object Label11: TLabel
  117.       Left = 396
  118.       Top = 43
  119.       Width = 18
  120.       Height = 13
  121.       Caption = 'NIP'
  122.     end
  123.     object Shape1: TShape
  124.       Left = 0
  125.       Top = 83
  126.       Width = 577
  127.       Height = 5
  128.       Brush.Color = clBlack
  129.     end
  130.     object DB_Ident: TDBEdit
  131.       Left = 12
  132.       Top = 19
  133.       Width = 113
  134.       Height = 21
  135.       DataField = 'Ident'
  136.       DataSource = DS_Kontrahenci
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clBlack
  139.       Font.Height = -11
  140.       Font.Name = 'MS Sans Serif'
  141.       Font.Style = []
  142.       ParentFont = False
  143.       ReadOnly = True
  144.       TabOrder = 0
  145.     end
  146.     object DB_ImieNazw: TDBEdit
  147.       Left = 132
  148.       Top = 19
  149.       Width = 150
  150.       Height = 21
  151.       DataField = 'Nazwisko'
  152.       DataSource = DS_Kontrahenci
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clBlack
  155.       Font.Height = -11
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = []
  158.       ParentFont = False
  159.       ReadOnly = True
  160.       TabOrder = 1
  161.     end
  162.     object DB_Firma: TDBEdit
  163.       Left = 292
  164.       Top = 19
  165.       Width = 204
  166.       Height = 21
  167.       DataField = 'Firma'
  168.       DataSource = DS_Kontrahenci
  169.       Font.Charset = DEFAULT_CHARSET
  170.       Font.Color = clBlack
  171.       Font.Height = -11
  172.       Font.Name = 'MS Sans Serif'
  173.       Font.Style = []
  174.       ParentFont = False
  175.       ReadOnly = True
  176.       TabOrder = 2
  177.     end
  178.     object DB_Ulica: TDBEdit
  179.       Left = 12
  180.       Top = 58
  181.       Width = 169
  182.       Height = 21
  183.       DataField = 'Ulica'
  184.       DataSource = DS_Kontrahenci
  185.       Font.Charset = DEFAULT_CHARSET
  186.       Font.Color = clBlack
  187.       Font.Height = -11
  188.       Font.Name = 'MS Sans Serif'
  189.       Font.Style = []
  190.       ParentFont = False
  191.       ReadOnly = True
  192.       TabOrder = 3
  193.     end
  194.     object DB_Kod: TDBEdit
  195.       Left = 188
  196.       Top = 58
  197.       Width = 73
  198.       Height = 21
  199.       DataField = 'Kod'
  200.       DataSource = DS_Kontrahenci
  201.       Font.Charset = DEFAULT_CHARSET
  202.       Font.Color = clBlack
  203.       Font.Height = -11
  204.       Font.Name = 'MS Sans Serif'
  205.       Font.Style = []
  206.       ParentFont = False
  207.       ReadOnly = True
  208.       TabOrder = 4
  209.     end
  210.     object DB_Miejsc: TDBEdit
  211.       Left = 268
  212.       Top = 58
  213.       Width = 121
  214.       Height = 21
  215.       DataField = 'Miejscowosc'
  216.       DataSource = DS_Kontrahenci
  217.       Font.Charset = DEFAULT_CHARSET
  218.       Font.Color = clBlack
  219.       Font.Height = -11
  220.       Font.Name = 'MS Sans Serif'
  221.       Font.Style = []
  222.       ParentFont = False
  223.       ReadOnly = True
  224.       TabOrder = 5
  225.     end
  226.     object DB_NIP: TDBEdit
  227.       Left = 396
  228.       Top = 58
  229.       Width = 77
  230.       Height = 21
  231.       DataField = 'NIP'
  232.       DataSource = DS_Kontrahenci
  233.       Font.Charset = DEFAULT_CHARSET
  234.       Font.Color = clBlack
  235.       Font.Height = -11
  236.       Font.Name = 'MS Sans Serif'
  237.       Font.Style = []
  238.       ParentFont = False
  239.       ReadOnly = True
  240.       TabOrder = 6
  241.     end
  242.     object DBCheckBox1: TDBCheckBox
  243.       Left = 504
  244.       Top = 60
  245.       Width = 73
  246.       Height = 17
  247.       Caption = 'Usuniety'
  248.       DataField = 'Usuniety'
  249.       DataSource = DS_Kontrahenci
  250.       TabOrder = 7
  251.       ValueChecked = 'True'
  252.       ValueUnchecked = 'False'
  253.     end
  254.   end
  255.   object DS_Kontrahenci: TDataSource
  256.     DataSet = Kontrahenci
  257.     Left = 504
  258.     Top = 8
  259.   end
  260.   object Kontrahenci: TTable
  261.     Left = 536
  262.     Top = 8
  263.   end
  264. end
  265.